home *** CD-ROM | disk | FTP | other *** search
/ Venus 7000 / darktronics.iso / Software / Service Packs / Win2kSP4.exe / i386 / mmc.ex_ / mmc.exe / HTML / _VERT.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-06-19  |  737 b   |  60 lines

  1. /* EXTERNAL STYLE SHEET FOR VERTICAL TASKPADS WITH LISTVIEW */
  2.  
  3. /* BUTTON ELEMENTS */
  4.  
  5. .divSymbolContainer
  6.     {
  7.     position:absolute;
  8.     left:51.4%;
  9.     top:16.5%;
  10.     width:48.6%;
  11.     height:81%;
  12.     }
  13.     
  14. .divSymbol
  15.     {
  16.     position:absolute;
  17.     width:45%;
  18.     height:23%;
  19.     overflow:hidden;
  20.     }
  21.  
  22. /* LISTVIEW ELEMENTS */
  23.  
  24. .divLVContainerTop
  25.     {
  26.     position:absolute;
  27.     left:3.3%;
  28.     top:16.5%;
  29.     width:44.7%;
  30.     height:81%;
  31.     }
  32.  
  33. .divLVTitle
  34.     {
  35.     position:absolute;
  36.     left:0%;
  37.     top:0%;
  38.     width:100%;
  39.     height:6.85%;
  40.     }
  41.  
  42. .divLVButton
  43.     {
  44.     position:absolute;
  45.     left:70%;
  46.     top:20%;
  47.     width:28%;
  48.     height:60%;
  49.     background-color:threedshadow;
  50.     }
  51.  
  52. .divLV
  53.     {
  54.     position:absolute;
  55.     left:0%;
  56.     top:6.85%;
  57.     width:100%;
  58.     height:93.15%;
  59.     }
  60.